home *** CD-ROM | disk | FTP | other *** search
/ Crack It! / Crack It!.iso / CONTENT / CIV2 / CIV2SC11.ZIP / Napoleon / events.txt < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.3 KB  |  155 lines

  1. ;
  2. ; Events text for Age Of Napoleon Scenario
  3. ; Copyright(c) 1996, MicroProse Studios Inc.
  4. ;
  5. ;
  6.  
  7. @BEGINEVENTS
  8.  
  9. @IF
  10. SCENARIOLOADED
  11. @THEN
  12. PLAYCDTRACK
  13. 3
  14. @ENDIF
  15.  
  16. @IF
  17. NOSCHISM
  18. DEFENDER=anybody 
  19. @THEN
  20.  
  21. @ENDIF
  22.  
  23. @IF
  24. TURN
  25. turn=1  
  26. @THEN
  27. TEXT
  28. ^A soldier in Napoleon's Egyptian army discovers the Rosetta stone.
  29.  For now, it's importance is unrecognized.
  30. ^
  31. ^Later, this artifact will provide the key for translating the heiroglyphic
  32.  language of ancient Egypt.
  33. ENDTEXT
  34. @ENDIF
  35.  
  36. @IF
  37. TURN
  38. turn=27 
  39. @THEN
  40. TEXT
  41. ^The United States buys the Louisiana Territory from Napoleon.
  42. ENDTEXT
  43. @ENDIF
  44.  
  45. @IF
  46. TURN
  47. turn=33 
  48. @THEN
  49. TEXT
  50. ^In order to gauge the extent of his Louisiana Purchase, President
  51.  Jefferson commissions the Lewis and Clark expedition.
  52. ENDTEXT
  53. @ENDIF
  54.  
  55. @IF
  56. TURN
  57. turn=34 
  58. @THEN
  59. TEXT
  60. ^Haiti, under the leadership of former slave Toussaint L'Ouverture,
  61.  becomes the first Latin state to successfully gain independence from Europe.
  62. ENDTEXT
  63. @ENDIF
  64.  
  65. @IF
  66. TURN
  67. turn=51  
  68. @THEN
  69. TEXT
  70. ^Late this year, Fulton makes the first steamboat trip from New York City to Albany.
  71. ENDTEXT
  72. @ENDIF
  73.  
  74. @IF
  75. TURN
  76. turn=80   
  77. @THEN
  78. TEXT
  79. ^Jane Austen's first novel, Sense And Sensibility, is published anonymously.
  80. ENDTEXT
  81. @ENDIF
  82.  
  83. @IF
  84. TURN
  85. turn=32
  86. @THEN
  87. CREATEUNIT
  88. unit=Imperial Guard
  89. owner=French
  90. veteran=false
  91. homecity=none
  92. locations
  93. 44,52
  94. endlocations
  95. @ENDIF
  96.  
  97. @IF
  98. TURN
  99. TURN=62 
  100. @THEN
  101. CREATEUNIT
  102. unit=Wellington
  103. owner=British
  104. veteran=false
  105. homecity=none
  106. locations
  107. 41,53
  108. endlocations
  109. @ENDIF
  110.  
  111. @IF
  112. UNITKILLED
  113. unit=Napoleon 
  114. attacker=anybody
  115. defender=anybody
  116. @THEN
  117. TEXT 
  118. ^Napoleon dies in battle, however his generals vow to carry on.
  119. ^The French are limited to a Marginal Victory.
  120. ENDTEXT
  121. PLAYWAVEFILE
  122. funeral.wav
  123. @ENDIF
  124.  
  125. @IF
  126. UNITKILLED
  127. unit=Wellington 
  128. attacker=anybody
  129. defender=anybody
  130. @THEN
  131. TEXT 
  132. ^Wellington dies in battle, however his generals vow to carry on.
  133. ^The English are limited to a Marginal Victory.
  134. ENDTEXT
  135. PLAYWAVEFILE
  136. funeral.wav
  137. @ENDIF
  138.  
  139. @IF
  140. UNITKILLED
  141. unit=Lord Nelson 
  142. attacker=anybody
  143. defender=anybody
  144. @THEN
  145. TEXT 
  146. ^Lord Nelson dies on the deck of his flagship, the Victory.
  147. ^The entire British nation goes into mourning.
  148. ENDTEXT
  149. PLAYWAVEFILE
  150. funeral.wav
  151. @ENDIF   
  152.  
  153.  
  154. @ENDEVENTS
  155.